home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Entertainment 1995 June
/
Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso
/
pc
/
reflux
/
shared.dxr
/
00929_OOPS1.BMP.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-05
|
313 b
|
13 lines
on mouseDown
puppetSound("lightswt.wav")
puppetSprite(40, 1)
repeat while the mouseDown
set the castNum of sprite 40 to the number of cast "OOPS2.BMP"
updateStage()
end repeat
set the castNum of sprite 40 to the number of cast "OOPS1.BMP"
updateStage()
puppetSprite(40, 0)
go("start")
end